home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / cave13.zip / ROCK.PRG < prev    next >
Text File  |  1996-01-07  |  873b  |  36 lines

  1. @;@ The Strange Rock Random Happening Program for The L.O.R.D. Cavern.
  2. @;@ Included with The L.O.R.D. Cavern v1.3.
  3. @;@ Written by Jason Brown.
  4. @;@ This is included so your users have an extra Random Happening.
  5.  
  6. `7You look down and see a strange looking rock!
  7. `7It's `8grey `7with `4red `7stripes!
  8. `7Pick it up?`l
  9. @YESNO@
  10. @##Y
  11. `7You pick up the rock and `l
  12. @RANDOM@ 4
  13. @##1
  14. @##2
  15. `7look at it closely.
  16. `7It turns out its not that special.
  17. `7You throw it down the tunnel.
  18. @GOTO@ @#Ending
  19. @##3
  20. `8IT BEGINS TO GLOW!
  21. `7You get fightened, but then you see it glows brighter
  22. `7than your torch!
  23. `7You could explore farther now!
  24. @SEARCH@ 3
  25. @GOTO@ @#Ending
  26. @##4
  27. `7it breaks apart!
  28. `7It broke into many jewels!
  29. @GEMS@ 8
  30. @GOTO@ @#Ending
  31. @##N
  32. `7You kick the stupid rock down the tunnel.
  33. @#Ending
  34. `7You walk around and come across the main tunnel.
  35. @END@
  36.